From de5d70c1e2ddea988ad60b1ad485e91ffc96858c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 23 May 1993 20:39:16 +0000 Subject: [PATCH] * configure.in: Make the first line of the configure script be "#!/bin/sh". Leaving the first line blank didn't work. --- configure1.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure1.in b/configure1.in index c307f45bd0d..9793bb1ffb1 100755 --- a/configure1.in +++ b/configure1.in @@ -1,7 +1,4 @@ -[ -### The above line is deliberately left blank. If it starts with a #, -### some CSH's will think this is a csh script. - +[#!/bin/sh #### Configuration script for GNU Emacs #### Copyright (C) 1992 Free Software Foundation, Inc. -- 2.30.2